home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / System / General.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-14  |  1.3 KB  |  81 lines

  1. .GroupHeader
  2. {
  3.     float:left;
  4.     clear:left;
  5.     display:block;
  6.     width:250px;
  7.     height:12px;
  8.     margin:0px 0 0 5px;
  9.     background:url(/img/App_GUI/BundleCover/Block_Start.jpg) bottom no-repeat;
  10. }
  11.  
  12. .GroupBody
  13. {
  14.     float:left;
  15.     clear:left;
  16.     display:block;
  17.     width:240px !important;
  18.     width:250px;
  19.     margin:0 0 0 5px;
  20.     background:url(/img/App_GUI/BundleCover/Block_Mid.jpg) repeat-y;
  21.     
  22.     padding:0 0px 0 10px;
  23.     line-height:20px;
  24.     color:#333;
  25.     font-family:Tahoma, Arial, sans-serif;
  26.     font-size:12px;
  27. }
  28.  
  29. .GroupFooter
  30. {
  31.     float:left;
  32.     clear:left;
  33.     display:block;
  34.     width:250px;
  35.     height:12px;
  36.     margin:0 0 0 5px;
  37.     background:url(/img/App_GUI/BundleCover/Block_End.jpg) top no-repeat;
  38. }
  39.  
  40.     .Login_Btn
  41.     {
  42.         float:right;
  43.         width:120px;
  44.         height:25px;
  45.         color:#333;
  46.         line-height:20px;
  47.         font-family:Tahoma, sans-serif;
  48.         font-size:12px;
  49.         font-weight:bold;
  50.         margin:5px 10px 0 0;
  51.     }
  52.     
  53.     .Input_UserName
  54.     {
  55.         float:left;
  56.         width:228px;
  57.         height:20px;
  58.         line-height:17px;
  59.         border:1px solid #555;
  60.         background:#eee;
  61.         text-align:center;
  62.         font-size:12px;
  63.         font-weight:bold;
  64.         color:#555;
  65.     }
  66.  
  67.     
  68. a.Logoff:link, a.Logoff:visited
  69. {
  70.     float:right;
  71.     display:block;
  72.     margin:2px 0 0 0;
  73.     width:55px;
  74.     height:20px;
  75.     background:url(/img/App_GUI/BundleCover/logoff.jpg) no-repeat;
  76. }
  77.  
  78. a.Logoff:hover
  79. {
  80.     background:url(/img/App_GUI/BundleCover/logoff_hover.jpg) no-repeat;
  81. }